You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.ScatterByIncr Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ScatterByIncr Method

Scatter object elements.

Syntax
C#
Visual Basic
public TMtxVec ScatterByIncr([In] TMtxVec Src, int Increment, int Offset);

Scatter the elements of the Src and store them in the calling object at indices: Increment*i + Offset

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!